What is this syntax #[] in REBOL?
        Posted  
        
            by Gregory Higley
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gregory Higley
        
        
        
        Published on 2010-06-18T06:48:56Z
        Indexed on 
            2010/06/18
            6:53 UTC
        
        
        Read the original article
        Hit count: 247
        
rebol
In another question, I saw the following syntax:
#[unset!]
What is that? If I say type? #[unset!] in R3, it tells me unset!, but it doesn't solve the mystery of what #[] is.
So curious.
© Stack Overflow or respective owner